|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.framework.card.Card
This is a Card class.
| Nested Class Summary | |
class |
Card.Info
This is the class that encapsulates card information. |
class |
Card.IO
This is the class that encapsulates input and output operation of a card. |
| Method Summary | |
boolean |
equals(java.lang.Object arg0)
|
protected void |
finalize()
|
java.lang.Object |
getCardService(java.lang.Class cls)
Obtains a card service. |
Card.Info |
getInfo()
Get card information. |
Card.IO |
getIO()
Obtains the object to communicate with a card. |
int |
hashCode()
|
void |
lock()
Obtains access right for the target card, and restricts accesses from other processes and threads. |
void |
unlock()
Releases the target card by destroying the access right obtained by the lock method. |
| Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public Card.Info getInfo()
public Card.IO getIO()
public java.lang.Object getCardService(java.lang.Class cls)
throws CardServiceNotFoundException,
CardAccessException
cls - a CardService class..
CardServiceNotFoundException -
when an appropriate card service was not found.
CardAccessException -
when the obtainment of a card service has failed due to the Frameworkâs failure.
public void lock()
throws CardAccessException
CardAccessException -
when an error has occurred in communicating with the card.
public void unlock()
throws CardAccessException
CardAccessException -
when an error has occurred in communicating with the card.public boolean equals(java.lang.Object arg0)
public int hashCode()
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||